add an "updating" field to the games table, updater sets it to 1 when running and 0 when finished
If another updating process sees it as 1, it hangs around until it's 0 and then does its thing
Kinda slow, but the only simple way to verify that all the divisions are updated without refreshing everything.